home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_11_12 / filename.txt < prev    next >
Text File  |  1993-11-03  |  6KB  |  144 lines

  1. ************************* MASTER CODE ***************************************
  2.  
  3. The name of the first file in this disk's directory identifies the volume,
  4. issue number and revision of the disk. The format of this filename is:
  5.  
  6.     !CDmvvii.rrr
  7.  
  8. where
  9.     ! = the '!' character
  10.     m =   C for C Users Journal, W for Windows/DOS Developer's Journal
  11.     vv =  volume
  12.     ii =  issue
  13.     rrr = revision (001 for initial release, 002 for next update, etc.)
  14.  
  15. The file UPDATE.DOC contains information about any additions or
  16. corrections to material on the disk since the original magazine
  17. publication.
  18.  
  19. If you have obtained this code from a floppy diskette or from CompuServe, the 
  20. headings under the column "FILENAME" represent the names of .ZIP files.  All 
  21. files listed under the filename are archived in the .ZIP file.
  22.  
  23. If you have obtained this code from UUNET, the headings under the column 
  24. "FILENAME" represent the names of subdirectories.  All files listed under the
  25. "filename" are included in a subdirectory of that name.
  26.  
  27. *************************  FILE DESCRIPTION **********************************
  28.  
  29. The following files are included in the disk:
  30.  
  31. FILENAME    AUTHOR-NAME        TITLE                      PAGE
  32. -------------------------------------------------------------------------------
  33. saks (ZIP archive name/Subdirectory name)                                 103
  34.  
  35.  
  36.     filetyps.h   - listing 1, Rough outline for a hierarchy of file       
  37.                    types
  38.     filter.cpp   - listing 2, An application using files
  39.     shape1.h     - listing 3, A base class for shapes
  40.     shape2.h     - listing 4, Member function and static member data
  41.                    definitions for class shape
  42.     circle.h     - listing 5, Class circle derived from shape
  43.     rectangl.h   - listing 6, Class rectangle derived from shape
  44.     shapes.cpp   - listing 7, A simple application using shapes
  45.     shape3.h     - listing 8, Overloading << as an output operator for 
  46.                    shapes
  47.  
  48. allison (ZIP archive name/Subdirectory name)                              71
  49.  
  50.     string.hpp   - listing 1, String class definition and inline 
  51.                    functions
  52.     string.cpp   - listing 2, String class implementation
  53.     tstr.cpp     - listing 3, Illustrates the String Class
  54.     bitstr.hpp   - listing 4, Bitstring class definition and inline 
  55.                    functions
  56.     bitstr.cpp   - listing 5, Bitstring class implementation
  57.     tbitstr.cpp  - listing 6, Illustrates the bitstream class
  58.  
  59. pugh (ZIP archive name/Subdirectory name)                                  91
  60.  
  61.     nestarg.cpp  - listing 1, Illustrates problems with nested templates   
  62.     inandout.cpp - listing 2, Illustrates problems with nesting classes 
  63.                    in templates
  64.     preproc.cpp  - listing 3, Illustrates unexpected results of compiling 
  65.                    a template
  66.  
  67. schumann (ZIP archive name/Subdirectory name)                              19
  68.  
  69.     clip.c       - listing 1, An example of using C with Clipper
  70.     main.prg     - listing 2, Test driver program for clip.c
  71.     makefile     - listing 3, Borland MAKE file for clip.c and driver 
  72.                    program
  73.  
  74. engbert (ZIP archive name/Subdirectory name)                               29
  75.  
  76.     bits.c       - listing 1, Writes or Reads bits to or from a compressed 
  77.                    file
  78.     comp.c       - listing 2, Contains main compression routine
  79.     identity.c   - listing 3, Writes header to decompressed file or 
  80.                    verifies presence of header on compressed file
  81.     list.c       - listing 4, Implements the Huffman list
  82.     main.c       - listing 5, Opens/closes files for compression and
  83.                    decompression and interacts with user
  84.     usage.c      - listing 6, Controls features of command line syntax and
  85.                    user interface
  86.     decomp.c     - listing 7, Decompression routine matching comp.c
  87.     config.h     - listing 8, Configures building of encoder/decoder 
  88.                               progams
  89.     proto.h      - listing 9, function protoypes for encoding or decoding 
  90.                    routines
  91.  
  92. kauffman (ZIP archive name/Subdirectory name)                              45
  93.  
  94.     debug.h      - listing 1, Classes MyDebugStreambug and MyDebugStream
  95.     debug.cpp    - listing 2, Member functions of MyDebugStreamBuf
  96.  
  97. dean (ZIP archive name/Subdirectory name)                                  49
  98.  
  99.     demo.c       - listing 1, Enables users to experiment with image
  100.                    transforms
  101.     transform.c  - listing 2, Routines for scaling, shearing, and 
  102.                    rotating images
  103.  
  104. letters (ZIP archive name/Subdirectory name)                               127
  105.  
  106.     moser.c  - listing 1, Combined log.c and log.h mentioned in Kim
  107.                Moser's Letter to the Editor
  108.  
  109.  
  110. splash (ZIP archive name/Subdirectory name)                                ---
  111.  
  112.    Referenced in the article "The SPLASH Class Library," by Jim Morris, 
  113.    CUJ, October 1993. The splash class library.  (This code was not 
  114.    printed in the magazine due to its length.)
  115.  
  116. winroth (ZIP archive name/Subdirectory name)                               ---
  117.  
  118.     Referenced in the article "Exceptionn Handling in C," by Harald 
  119.     Winroth and Matti Rendahl, CUJ, October 1993.  Exception handling 
  120.     macros described in article.  (This was not printed in the magazine 
  121.     due to its length.)
  122.  
  123. 1110072C (ZIP archive name/Subdirectory name)                              ---
  124.  
  125.     Listed in ther article "Random Event Simulation for C Programmers," by
  126.     Martin Skolnick, CUJ, October 1993.  Listing 6, Definition of 
  127.     MakeHistogram.  This file was supposed to be included with the October 
  128.     code disk, but was inadvertently omitted.
  129.  
  130.  
  131.  
  132. ******************************************************************************
  133.  
  134.  
  135. If you have questions regarding to the disk, please call or write us.
  136.  
  137. -----------------------------------------------------------------------------
  138.                            R&D Publications, Inc.
  139.                         1601 W. 23rd St. Suite 200
  140.                             Lawrence, KS 66046
  141.                               (913) 841-1631
  142. -----------------------------------------------------------------------------
  143.  
  144.